home *** CD-ROM | disk | FTP | other *** search
/ Storm 2 / Storm II.iso / setup / stormii.vu / PULLDWN.BAT < prev    next >
DOS Batch File  |  1992-03-28  |  407b  |  13 lines

  1. echo off
  2. cls
  3.   REM PULLDWN.BAT - Calls PULLDWN1.EXE to do the menu work.
  4.   REM Exits without action if PullDown reports an error in ERRORLEVEL%
  5. cd\STORM2
  6.   REM ^^^^ Substitute your subdireictory here.
  7. pulldwn1.exe %1 %2
  8. IF ERRORLEVEL=1 GOTO :END
  9.   REM PullDown generates an errorlevel code on exit and prints the
  10.   REM error message appropriate for the condition encountered.
  11. temppull.bat
  12. :END
  13.